'宣言
Public Function Where( _ ByVal predicate As System.Linq.Expressions.Expression(Of Func(Of T,Boolean)) _ ) As View(Of T)
パラメータ
- predicate
- 条件の各要素をテストする関数。
戻り値の型
条件を満たすこのビューの要素を含むビュー。
'宣言
Public Function Where( _ ByVal predicate As System.Linq.Expressions.Expression(Of Func(Of T,Boolean)) _ ) As View(Of T)